-
Notifications
You must be signed in to change notification settings - Fork 677
.github #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
.github #179
Conversation
uLogin
idtoken/api-version=2.0
create idtoken/32ed782b-1f8c-4066-9325-d6288d7daa55/64354866-4b1b-504c-8d30-06a246fc63dd?api-version=2.0
Locking the conversation means: Other users can’t add new comments to this commit. You and other collaborators with access to this repository can still leave comments that others can see. You can always unlock this commit again in the future. We appreciate your understanding and apologize if this action was taken in error. Our automated systems help us manage the large volume of issues we receive, but we know they're not perfect.
corupt directory
Corupt directory
32ed782b-1f8c-4066-9325-d6288d7daa55/64354866-4b1b-504c-8d30-06a246fc63dd
Revert "Add workflow badges to README
ivanm696
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update Loghin/profile
Update
update
ivanm696
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😊
Update readme
update
update repozitory /Revert "Add workflow badges to README(английский)
@@ -1 +0,0 @@
ivanm696
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
token id: .evn
create .evn #token ig: #pages build and deployment
pages build and deployment #b2a09ce
|
Revert "Add workflow badges to README |
name: My Workflow
on:
push:
branches:
- 'releases/*'
- '!releases/**-alpha'
env:
message: 'conversation'
my_token: ${{ secrets.GITHUB_TOKEN }}
jobs:
my_build:
runs-on: ubuntu-latest
steps:
- name: Checking out our code
uses: actions/checkout@master
- name: Say something
run: |
echo "A little less ${message}"
echo "A little more action"
my_job:
needs: my_build
container:
image: node:10.16-jessie
env:
NODE_ENV: development
ports:
- 80
volumes:
- my_docker_volume:/volume_mount
options: --cpus 1
services:
redis:
image: redis
ports:
- 6379/tcp
file is corupt
name: System_Pulse_Orchestrator
# Скрипт срабатывает сам каждые 24 часа или когда ты нажимаешь кнопку
on:
schedule:
- cron: '0 0 * * *' # Запуск в полночь
workflow_dispatch: # Кнопка для ручного запуска
jobs:
refresh_original:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Original
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: System Reset & Injection
run: |
# Конфигурация твоего "Призрака" для коммитов
git config --global user.name "msftgits"
git config --global user.email "[email protected]"
# 1. Очистка: Удаляем временные воркфлоу (кроме этого)
find .github/workflows -name "*.yml" ! -name "pulse.yml" -delete
# 2. Обновление .env (твоя секретная база)
echo "LAST_PULSE=$(date +'%Y-%m-%d %H:%M:%S')" > .env
echo "SYSTEM_STATUS=OPERATIONAL" >> .env
echo "INTEL_CONTEXT=ACTIVE" >> .env
# 3. Синхронизация с "Массой"
git add .
# Проверка: если изменений нет, не спамим коммитами
if git diff --staged --quiet; then
echo "Система в норме, изменений не требуется."
else
git commit -m "System Pulse: Refreshing Mass [Automated]"
git push origin main
fi
- name: Security Guard (CodeQL)
# Если хочешь, чтобы он сразу проверял код на ошибки
uses: github/codeql-action/init@v3
with:
languages: typescript
Current runner version: '2.331.0'
Runner Image Provisioner
Hosted Compute Agent
Version: 20260115.477
Commit: 4b342d620503cbe250a3154040964899ea7c9b00
Build Date: 2026-01-15T22:32:41Z
Worker ID: {01d4cfd4-e8ed-4acf-9f0e-1ac0b4a33916}
Azure Region: eastus2
Operating System
Ubuntu
24.04.3
LTS
Runner Image
Image: ubuntu-24.04
Version: 20260119.4.1
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260119.4/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260119.4
GITHUB_TOKEN Permissions
Contents: read
Metadata: read
Pages: write
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5)
Download action repository 'actions/jekyll-build-pages@v1' (SHA:44a6e6beabd48582f863aeeb6cb2151cc1716697)
Download action repository 'actions/upload-pages-artifact@v3' (SHA:56afc609e74202658d3ffba0e8f6dda462b719fa)
Getting action download info
Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
Complete job name: build
--- layout: default title: IVANM696 ORIGINAL --- # 🌀 Intelligence System Status: OPERATIONAL **Original Source:** [Visual-Studio-Code](https://github.com/Visual-Studio-Code) **Architect:** ivanm696 **Status:** Integrated with Mass ☝️ *Everything starts from the terminal.*
name: System_Pulse_Orchestrator
# Скрипт срабатывает сам каждые 24 часа или когда ты нажимаешь кнопку
on:
schedule:
- cron: '0 0 * * *' # Запуск в полночь
workflow_dispatch: # Кнопка для ручного запуска
jobs:
refresh_original:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Original
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: System Reset & Injection
run: |
# Конфигурация твоего "Призрака" для коммитов
git config --global user.name "msftgits"
git config --global user.email "[email protected]"
# 1. Очистка: Удаляем временные воркфлоу (кроме этого)
find .github/workflows -name "*.yml" ! -name "pulse.yml" -delete
# 2. Обновление .env (твоя секретная база)
echo "LAST_PULSE=$(date +'%Y-%m-%d %H:%M:%S')" > .env
echo "SYSTEM_STATUS=OPERATIONAL" >> .env
echo "INTEL_CONTEXT=ACTIVE" >> .env
# 3. Синхронизация с "Массой"
git add .
# Проверка: если изменений нет, не спамим коммитами
if git diff --staged --quiet; then
echo "Система в норме, изменений не требуется."
else
git commit -m "System Pulse: Refreshing Mass [Automated]"
git push origin main
fi
- name: Security Guard (CodeQL)
# Если хочешь, чтобы он сразу проверял код на ошибки
uses: github/codeql-action/init@v3
with:
languages: typescript

.github
Revert "Add workflow badges to README